home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / laserlib / inc / libetc.inc < prev    next >
Encoding:
Text File  |  1994-09-22  |  858 b   |  21 lines

  1. /**************************************************************************/
  2. /*                                                                        */
  3. /*  NAME:         libetc.inc                                              */
  4. /*                                                                        */
  5. /*  DATUM:        09.06.89                                                */
  6. /*                                                                        */
  7. /*  BESCHREIBUNG: Include-Datei fuer libetc.a.                            */
  8. /*                                                                        */
  9. /**************************************************************************/
  10.  
  11. #ifndef LIBETCINC
  12. #define LIBETCINC
  13.  
  14. #include <portab.h>
  15.  
  16. extern BOOL getarg();
  17. extern WORD system();
  18. extern BYTE *editfld();
  19. #endif LIBETCINC
  20.  
  21.